home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : CURSES INTERFACE
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : vrdxhq!siemens!gypsy!rosen@seismo
- -- AUTHOR : Steve Rosen
- -- : Siemens Research
- -- COPYRIGHT :
- -- DATE CREATED : 6 August 1985
- -- DATE RELEASED : 6 August 1985
- -- DATE LAST UPDATED : 6 August 1985
- -- LOCATION : ASR
- -- ENVIRONMENT : VADS VAX/UNIX 4.06
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : Components
- -- CATEGORY LEVEL 2 : Virtual Terminal
- -- CATEGORY LEVEL 3 : Curses Interface
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : display
- -- KEYWORD : terminal update
- -- KEYWORD : screen
- -- INDEX : Display
- -- INDEX : Terminal Update
- -- INDEX : Update, Terminal
- -- INDEX : Screen
- -- INDEX : CURSES
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.VIRTERM>CURSES.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.VIRTERM>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- CURSES.PRO 2903 60
- -- CURSES.SRC 24734 747
- -- =============== ========== ==========
- -- 2 Files 27637 807
- --= ABSTRACT ===============================================--
- -- This package provides an interface to the UNIX curses package
- -- through Ada.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- ??? 0.0 Steve Rosen Initial Release
- -- 8/6/85 1.0 Karl A. Nyberg Release to SIMTEL
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-